+2005-05-02 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus):
+ (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
+
2005-05-02 Michael Natterer <mitch@imendio.com>
* gtk/gtkmain.c (do_post_parse_initialization): return silently if
+2005-05-02 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus):
+ (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
+
2005-05-02 Michael Natterer <mitch@imendio.com>
* gtk/gtkmain.c (do_post_parse_initialization): return silently if
+2005-05-02 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus):
+ (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
+
2005-05-02 Michael Natterer <mitch@imendio.com>
* gtk/gtkmain.c (do_post_parse_initialization): return silently if
/**
* gtk_menu_shell_get_take_focus:
- * @menu: a #GtkMenuShell
+ * @menu_shell: a #GtkMenuShell
*
- * @returns: %TRUE if the menu_shell will take the keyboard focus on popup.
+ * @returns: %TRUE if the menu shell will take the keyboard focus on popup.
*
* Since: 2.8
**/
/**
* gtk_menu_shell_set_take_focus:
- * @menu: a #GtkMenuShell
- * @take_focus: %TRUE if the menu_shell should take the keyboard focus on popup.
+ * @menu_shell: a #GtkMenuShell
+ * @take_focus: %TRUE if the menu shell should take the keyboard focus on popup.
*
- * If @take_focus is %TRUE (the default) the menu will take the keyboard focus
- * so that it will receive all keyboard events which is needed to enable
+ * If @take_focus is %TRUE (the default) the menu shell will take the keyboard
+ * focus so that it will receive all keyboard events which is needed to enable
* keyboard navigation in menus.
*
* Setting @take_focus to %FALSE is useful only for special applications